projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2ac38
)
Fix typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jan 1994 10:43:37 +0000
(10:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jan 1994 10:43:37 +0000
(10:43 +0000)
lisp/progmodes/c-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-mode.el
b/lisp/progmodes/c-mode.el
index 6498cb97baf0e27c691b62e5a7b5071d6f94f431..b5133435376679f83d6b56528b62bac314daafde 100644
(file)
--- a/
lisp/progmodes/c-mode.el
+++ b/
lisp/progmodes/c-mode.el
@@
-50,7
+50,7
@@
(define-key c-mode-map "\C-c\C-p" 'c-backward-conditional)
(define-key c-mode-map "\C-c\C-u" 'c-up-conditional)
(define-key c-mode-map "\177" 'backward-delete-char-untabify)
-(define-key c-mode-map "\t" 'c-indent-command)
)
+(define-key c-mode-map "\t" 'c-indent-command)
(define-key c-mode-map [menu-bar] (make-sparse-keymap))